xl: support for leaving domain paused after save
authorIan Murray <murrayie@yahoo.co.uk>
Wed, 3 Jul 2013 23:58:27 +0000 (00:58 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 17 Jul 2013 09:39:22 +0000 (10:39 +0100)
commit4d1759b5153ce5b0903e56fefcfdca8a03b7c246
tree1333cbf2a1c7a7418df2337009fc8fba520fdde1
parentb179c6c490ca3e3baf1ce58ecb7f87f2a8df6049
xl: support for leaving domain paused after save

New feature to allow xl save to leave a domain paused after its
memory has been saved. This is to allow disk snapshots of domU
to be taken that exactly correspond to the memory state at save time.
Once the snapshot(s) have been taken or whatever, the domain can be
unpaused in the usual manner.

Usage:
    xl save -p <domid> <filespec>

Signed-off-by: Ian Murray <murrayie@yahoo.co.uk>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/man/xl.pod.1
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_cmdtable.c